home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Acao / DomonicDefence4.swf / scripts / frame_16 / PlaceObject2_526_201 / CLIPACTIONRECORD onClipEvent(enterFrame).as < prev   
Encoding:
Text File  |  2005-09-27  |  171 b   |  9 lines

  1. onClipEvent(enterFrame){
  2.    if(lighty == true)
  3.    {
  4.       this._x = _root._xmouse;
  5.       this._y = _root._ymouse;
  6.       _root.lightning._x = _root._xmouse;
  7.    }
  8. }
  9.